<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Felix,<br><br>the normal escape character is the backslash \.<br>See also <br><a href="http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html" target="_blank">http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html</a><br><br>Gerd<br><br><div>&gt; Date: Mon, 28 Jul 2014 10:33:25 +0200<br>&gt; From: extremecarver@gmail.com<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: [mkgmap-dev] How can I test if "(" or ")" is part of name<br>&gt; <br>&gt; I have a problem that I cannot escape brackets when trying to find out <br>&gt; if they are part of the name...<br>&gt; <br>&gt; name ~ '.*('    { }<br>&gt; is not working of course. However ^ is not able to escape a bracket...<br>&gt; name ~ '.*^('    { }<br>&gt; <br>&gt; <br>&gt; Is there any way to find out if there is a () in a name?<br>&gt; (the reason for this is that I want to know in Japan if the name is only <br>&gt; in Japanese, or in Japanese (English).<br>&gt; <br>&gt; -- <br>&gt; keep on biking and discovering new trails<br>&gt; <br>&gt; Felix<br>&gt; openmtbmap.org &amp; www.velomap.org<br>&gt; <br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>