Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. PS C: $string1 = '\<a href="main\.php\?act=forum\&hdl=read_\&id=(d+)\&pid=313" class="small_name2"\>Learn the powershell tool\</a\>'
  2. PS C: $string1 -match '<a href="main.php?act=forum&hdl=read_&id=83523&pid=313" class="small_name2">Learn the powershell tool</a>'
  3. False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement