You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, given
let (=~) input pattern = System.Text.RegularExpressions.Regex.IsMatch(input,
pattern)
the quotation
<@ "hello world" =~ "worlds" @>
decompiles to
RegexUtils.op_EqualsTwiddle "hello world" "worlds"
Original issue reported on code.google.com by stephen....@gmail.com on 15 Feb 2011 at 1:19