Home  >  Article  >  Backend Development  >  php的一个正则

php的一个正则

WBOY
WBOYOriginal
2016-06-06 20:25:051280browse

<code>'050000:河北',
'050100:石家庄',

要根据前面的数字,匹配出后面的地名。
请大神指点下正则匹配</code>

回复内容:

<code>'050000:河北',
'050100:石家庄',

要根据前面的数字,匹配出后面的地名。
请大神指点下正则匹配</code>

不知道楼主提供的样本, 是来自于 PHP 中的某个数组中的一段? 还是是原始文本?

如果是原始文本的话, 以下面的例子为准:

php的一个正则

如果是数组的话,可以在遍历数组的时候,对每一项按 : 分隔, 然后比如是第一个是否和指定的数字相同, 如果是, 则返回它所对应的那个城市.
类似于下面这样:

php的一个正则

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn