Regular expression matching two characters in the middle of the text

  1. SKH = String "(? <= \\") [^ \\ "] +"; // for matching "" inside the text
  2. Str = String "but in fact" kajdwdej "Sun Dawei more"; // test string

Guess you like

Origin www.cnblogs.com/XuPengLB/p/10954207.html