Applies both a #numerify(String) and a #letterify(String) over the incoming string. @param string @return
(String string)
| 288 | * @return |
| 289 | */ |
| 290 | public String bothify(String string) { |
| 291 | return fakeValuesService.bothify(string); |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * Applies both a {@link #numerify(String)} and a {@link #letterify(String)} |
no outgoing calls