You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,14 @@ $ yarn add phpurlencode
15
15
16
16
## Usage
17
17
18
-
### phpurlencode(string)
18
+
### Include it in your Node.js file
19
+
19
20
```js
20
21
var phpurlencode =require('phpurlencode');
22
+
```
23
+
24
+
### phpurlencode(string)
25
+
```js
21
26
var encodedString =phpurlencode("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.67 Safari/537.36");
0 commit comments