diff --git a/reference/strings/functions/str-word-count.xml b/reference/strings/functions/str-word-count.xml
index 19be4c258f..de3c426d6a 100644
--- a/reference/strings/functions/str-word-count.xml
+++ b/reference/strings/functions/str-word-count.xml
@@ -1,52 +1,52 @@
-
-
-
- str_word_count
-
- Return information about words used in a string
-
-
-
- Description
-
- mixedstr_word_count
- stringstring
- intformat
-
-
- Counts the number of words inside string.
- If the optional format is not specified, then
- the return value will be an integer representing the number of words
- found. In the event the format is specified, the return
- value will be an array, content of which is dependent on the
- format. The possible value for the
- format and the resultant outputs are listed below.
-
-
-
- 1 - returns an array containing all the words found inside the
- string.
-
-
-
-
- 2 - returns an associative array, where the key is the numeric
- position of the word inside the string and
- the value is the actual word itself.
-
-
-
-
-
- For the purpose of this function, 'word' is defined as a locale dependent
- string containing alphabetic characters, which also may contain, but not start
- with "'" and "-" characters.
-
-
-
- Example uses for str_word_count
-
+
+
+
+ str_word_count
+
+ Return information about words used in a string
+
+
+
+ Description
+
+ mixedstr_word_count
+ stringstring
+ intformat
+
+
+ Counts the number of words inside string.
+ If the optional format is not specified, then
+ the return value will be an integer representing the number of words
+ found. In the event the format is specified, the return
+ value will be an array, content of which is dependent on the
+ format. The possible value for the
+ format and the resultant outputs are listed below.
+
+
+
+ 1 - returns an array containing all the words found inside the
+ string.
+
+
+
+
+ 2 - returns an associative array, where the key is the numeric
+ position of the word inside the string and
+ the value is the actual word itself.
+
+
+
+
+
+ For the purpose of this function, 'word' is defined as a locale dependent
+ string containing alphabetic characters, which also may contain, but not start
+ with "'" and "-" characters.
+
+
+
+ Example uses for str_word_count
+
]]>
-
-
- Output may look like:
-
-
+
+ &example.outputs;
+
-
-
-
-
- See also explode,
- preg_split,
- split,
- count_chars, and
- substr_count.
-
-
-
+
+
+
+
+ See also explode,
+ preg_split,
+ split,
+ count_chars, and
+ substr_count.
+
+
+