17 lines
492 B
Markdown
17 lines
492 B
Markdown
---
|
|
favicon: /favicons/formatter.svg
|
|
items:
|
|
- name: Text
|
|
desc: Transform text data to capitalize, extract emails, apply default value, and much more.
|
|
- name: Numbers
|
|
desc: Transform numbers to perform math operations, generate random numbers, format numbers, and much more.
|
|
- name: Date / Time
|
|
desc: Perform date and time related transformations on your data.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|