Identifying Address Patterns in Regular Expressions Regular expressions (RegEx) are commonly used to extract structured data from text. When searching for addresses, a pattern must account for elements such as street numbers, street names, city names, state abbreviations, and ZIP codes. Which of the following RegEx patterns would yield the best results if you want to identify U.S. addresses?多项选择题
A
^\d+\s[A-Za-z\s]+,\s[A-Za-z\s]+,\s[A-Z]{2}\s\d{5}(-\d{4})?$
B
^[A-Za-z0-9_.+-]+@[A-Za-z0-9-]+\.[A-Za-z]{2,5}$
C
^\(\d{3}\)\s\d{3}-\d{4}$
D
^@[A-Za-z0-9_]+$
E
^\d{4,5}$
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
Assume a list of soccer scores are given with the first team's score, followed by a full stop character, followed by the second team's score (e.g. 4.2). We wish to find all scores representing a draw (i.e. both teams have an equal score). Which of the following regular expressions would we use:
Assume all University of Melbourne subject codes contain four capital letters followed by five numbers. A regular expression for finding subject codes is:
L(r) = { w E { a , b }* : w starts and ends with the same symbol } r = ? Pick all correct answers.
Pick all true statements about REGEXs:
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!