Merge "Fixed typo on TextValueSanitizer sample." into pi-dev
am: c5b828df68
Change-Id: I54479da23ba82cccc4edd8eac1b3b27bc7942b93
This commit is contained in:
@@ -37,7 +37,7 @@ import java.util.regex.Pattern;
|
||||
* <p>For example, to remove spaces from groups of 4-digits in a credit card:
|
||||
*
|
||||
* <pre class="prettyprint">
|
||||
* new TextValueSanitizer(Pattern.compile("^(\\d{4})\\s?(\\d{4})\\s?(\\d{4})\\s?(\\d{4})$",
|
||||
* new TextValueSanitizer(Pattern.compile("^(\\d{4})\\s?(\\d{4})\\s?(\\d{4})\\s?(\\d{4})$"),
|
||||
* "$1$2$3$4")
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user