facebook Url正则表达式

时间:2018-02-15 05:28:34

标签: c# regex url asp.net-mvc-5 data-annotations

我是正则表达式的新手,我正在尝试为facebook url.so创建数据注释。我想接受这样的网址:

  

https://www.facebook.com/{anything else}

  

https://m.facebook.com/{anything else}

我尝试了很多解决方案,但都没有效果。

1 个答案:

答案 0 :(得分:0)

可能有帮助:

In [1]: df
Out[1]:
   a  b  c  
0  0  1  2  
1  1  2  0  
2  0  1  0  
3  1  1  0  
4  3  1  0  

In [3]: df_orginal
Out[3]:
   a  b c d e f g ......
0  4  3 1 1 0 0 0
1  3  1 2 1 1 2 1
2  1  2 1 1 1 2 1
3  3  4 1 1 1 2 1
4  0  3 0 0 1 1 1

DEMO