Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • 7
    Regex.Split('QQ') would split at QQ Commented Apr 25, 2015 at 1:26
  • 1
    @Simon_Weaver: Yes, but Regex is significantly slower than string methods (where they exist to do the same job), so Regex is best avoided, as of habit, for simple tasks. Thanks Commented May 19, 2016 at 15:58
  • 5
    Worth noting this parameter cannot be a binding.
    – Chris
    Commented Mar 29, 2017 at 12:16
  • Ignore the extraneous '}' following "...Param2}}". Should be "...Param2}.
    – BoiseBaked
    Commented Oct 4, 2018 at 16:26
  • 2
    Worth noting that in italian we have a word that has that double q: 'soqquadro' Commented Oct 1, 2020 at 8:26