SHOW:
|
|
- or go back to the newest paste.
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) |