Skip to main content
Xano Documentation home page
Search...
⌘K
Status
Log in
Get started for free
Get started for free
Search...
Navigation
Text
Introductions
Start Building
AI & Automation
Test, Monitor, & Troubleshoot
Deployment
Enterprise
Agencies
Starters & Examples
Get Help
Basic Concepts
Core Components
Working with Data
Logic & Workflows
APIs
Custom Functions
Background Tasks
Triggers
Middleware
AI
Agents
MCP Builder
The Database
The Xano Database
Using The Xano Database
Getting Started Shortcuts
Database Features
Database Design Fundamentals
Migrating Data
Database Performance and Maintenance
Team Collaboration
Branching & Merging
Managing Team Members
Realtime Collaboration
CI/CD
Features
Realtime
File Storage
References
Functions
Filters
Data Types
On this page
Append
Prepend
Trim
Left Trim
Right Trim
Starts with
Ends with
Contains
Text
Copy page
Copy page
Text functions are used to manipulate and transform text strings.
Append
Adds text to the end of a value
Prepend
Adds text to the beginning of a value
Trim
Trim characters, such as white space, from both sides
Left Trim
Trim characters, such as white space, from left side
Right Trim
Trim characters, such as white space, from right side
Starts with
Returns a true or false if the value starts with the provided text
Ends with
Returns a true or false if the value ends with the provided text
Contains
Returns a true or false if the value contains the provided text
Was this page helpful?
Yes
No
⌘I