Hello all,
I need some help with the regex of the function "strReplace" because
according to the docs
http://docs.geoserver.org/stable/en/user/filter/function_reference.html i
can use any regular expression from java, but when i use the expression
"\p{IsM}+" is not working as on java, i made the tests using the same
version of java runtime JDK7.
The example string: "ábÈitõ"
Pattern: \p{IsM}+
Replace: ""
Java response: "abEito"
But the geoserver Response still having the accents.
<ogc:Function name="strReplace">
<ogc:PropertyName>PROPERTY_NAME</ogc:PropertyName>
<ogc:Literal>\p{IsM}+</ogc:Literal>
<ogc:Literal/>
<ogc:Literal>true</ogc:Literal>
</ogc:Function>
Thanks.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users