# RefinedSoundex

| **Name**    | ***RefinedSoundex***                                                                                                                                                                              |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Syntax      | RefinedSoundex (String str)                                                                                                                                                                       |
| Purpose     | To return Refined Soundex value.                                                                                                                                                                  |
| Description | Returns Refined Soundex value for the given string. A Refined Soundex value is an improved version of the Soundex phonetic encoding for a more accurate representation of a word’s pronunciation. |
| Return Type | String                                                                                                                                                                                            |
| Parameter   | str \[System.String] – String for which Refined Soundex is returned.                                                                                                                              |

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2F5G4d6a3TMoDnWK64hebw%2F0.png?alt=media)

**Example**

In this example, we are passing a string value to the function transformation object using a *Variables* object.

Where,

*str =* Hello World

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2Fe8pgCNWIKts3caTh03jc%2F1.png?alt=media)

In the output window, you can see that the Refined Soundex value of the specified string has been returned.

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FMSZbxhW4HXCeWkZg3oWa%2F2.png?alt=media)
