Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 262 Bytes

File metadata and controls

13 lines (9 loc) · 262 Bytes

Sublime

  1. To select a block of positions in multiple lines: Press ALT and select area using mouse cursor

  2. Find a match after the given word

// This will pick all the text that is after the word = BookTitle
(?<=BookTitle).*?(?=\s)