Fix tags
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: byte_size
|
||||
tags: string, beginner
|
||||
tags: string,beginner
|
||||
---
|
||||
|
||||
Returns the length of a string in bytes.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: slugify
|
||||
tags: string,regex,intermediate
|
||||
tags: string,regexp,intermediate
|
||||
---
|
||||
|
||||
Converts a string to a URL-friendly slug.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: words
|
||||
tags: string,regexp,beginnner
|
||||
tags: string,regexp,beginner
|
||||
---
|
||||
|
||||
Converts a given string into an array of words.
|
||||
|
||||
Reference in New Issue
Block a user