13 lines
270 B
Markdown
13 lines
270 B
Markdown
---
|
|
favicon: /favicons/formatter.svg
|
|
items:
|
|
- name: Text
|
|
desc: Transform text data to capitalize, extract emails, apply default value, and much more.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|