Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisweb committed Jul 31, 2015
1 parent 58b225d commit f45bf21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Colored console log messages for the browser and or nodejs (iojs)
* cyan
* white
* black
<br>
<br><br>
**logging in floating html div (client)**
If you are on mobile device and wan't to show the messages in a floating div over the page then set logSpecial to true
```
Expand All @@ -52,7 +52,8 @@ extracts html elements (and their content) from strings
returns a universally unique identifier
### filterAlphaNumericPlus
filters a string
* removes everything that is a not an alpha or numeric character and also optionally the characters that got specified as second argument
<br>
removes everything that is a not an alpha or numeric character and also optionally the characters that got specified as second argument
### decodeUri
decode uri
### encodeUri
Expand All @@ -70,4 +71,4 @@ get the index of a substring in a string with optional nth time it occurs
### isServer
does the script run on the server
### isClient
does the script run in a client
does the script run in a client

0 comments on commit f45bf21

Please sign in to comment.