Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kb:regex [2015/10/21 09:43] – created yehuda | kb:regex [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
#### GET HOSTNAME and URL | #### GET HOSTNAME and URL | ||
^(https?:// | ^(https?:// | ||
+ | |||
+ | |||
+ | ### convert ' | ||
+ | ^\s+?" | ||
+ | |||
+ | ### emails | ||
+ | ^[\\w!# | ||
</ | </ |