Modifier and Type | Method and Description |
---|---|
List<String> |
Finder.findOccurrences(String strInputText)
Find one or several occurrences of an entity
|
List<String> |
EmailFinder.findOccurrences(String strInputText)
Find one or several occurrences of an entity
|
List<String> |
PhoneNumberFinder.findOccurrences(String strInputText)
Find one or several occurrences of an entity
|
List<String> |
PersonNameFinder.findOccurrences(String strInput)
Find one or several occurrences of an entity
|
String |
Finder.replaceOccurrences(String strInputText)
Replace all the occurrences of an entity by a replacement text
|
String |
EmailFinder.replaceOccurrences(String strInputText)
Replace all the occurrences of an entity by a replacement text
|
String |
PhoneNumberFinder.replaceOccurrences(String strInputText)
Replace all the occurrences of an entity by a replacement text
|
String |
PersonNameFinder.replaceOccurrences(String strInputText)
Replace all the occurrences of an entity by a replacement text
|
String |
Finder.replaceOccurrences(String strInputText,
String strReplacement)
Replace all the occurrences of an entity by a replacement text
|
String |
EmailFinder.replaceOccurrences(String strInputText,
String strReplacement)
Replace all the occurrences of an entity by a replacement text
|
String |
PhoneNumberFinder.replaceOccurrences(String strInputText,
String strReplacement)
Replace all the occurrences of an entity by a replacement text
|
String |
PersonNameFinder.replaceOccurrences(String strInput,
String strReplacement)
Replace all the occurrences of an entity by a replacement text
|
Copyright © 2020 City of Paris. All rights reserved.