Files
automatisch/packages/docs/pages/apps/formatter/actions.md
2023-09-11 09:57:50 +02:00

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 />