Guest User

Untitled

a guest
Oct 25th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $id= ([regex]::Match($text_file, "12 ID (.+) INDEPENDENT").Groups[1].Value)
  2.  
  3. $id= ([regex]::Match($text_one_line, "34 PR (.+) INDEPENDENT"|"34 PR (.+) //(a//.12//(3//)//(b//)//,45//)").Groups[1].Value)
Add Comment
Please, Sign In to add comment