Skip to content

Commit

Permalink
updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Nov 7, 2023
1 parent 09799b8 commit ed48bef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,13 +460,19 @@ This is a global function.
---

<a name="strip"></a>
#### d3plus.**strip**(value) [<>](https://github.com/d3plus/d3plus-text/blob/master/src/strip.js#L18)
#### d3plus.**strip**(value, [spacer]) [<>](https://github.com/d3plus/d3plus-text/blob/master/src/strip.js#L18)

Removes all non ASCII characters from a string.


This is a global function.

| Param | Type | Default | Description |
| --- | --- | --- | --- |
| value | <code>String</code> | | |
| [spacer] | <code>String</code> | <code>&quot;-&quot;</code> | The character(s) to be used in place of spaces. |


---

<a name="textSplit"></a>
Expand Down Expand Up @@ -641,4 +647,4 @@ This is a global function.



###### <sub>Documentation generated on Tue, 07 Mar 2023 17:29:23 GMT</sub>
###### <sub>Documentation generated on Tue, 07 Nov 2023 14:33:30 GMT</sub>

0 comments on commit ed48bef

Please sign in to comment.