Power Query
published
Search
⌃K
Introduction
Accessing Data
Action
Binary
Binary Formats
Combiner
Comparer
Cube
Date
Date Time
Date Time Zone
Diagnostics
Duration
Error
Expression
Function
Lines
List
Logical
Metadata
Number
Record
Replacer
Splitter
Table
Text
Character.FromNumber
Character.ToNumber
Guid.From
Json.FromValue
Text.AfterDelimiter
Text.At
Text.BeforeDelimiter
Text.BetweenDelimiters
Text.Clean
Text.Combine
Text.Contains
Text.End
Text.EndsWith
Text.Format
Text.From
Text.FromBinary
Text.Insert
Text.Length
Text.Lower
Text.Middle
Text.NewGuid
Text.PadEnd
Text.PadStart
Text.PositionOf
Text.PositionOfAny
Text.Proper
Text.Range
Text.Remove
Text.RemoveRange
Text.Repeat
Text.Replace
Text.ReplaceRange
Text.Reverse
Text.Select
Text.Split
Text.SplitAny
Text.Start
Text.StartsWith
Text.ToBinary
Text.ToList
Text.Trim
Text.TrimEnd
Text.TrimStart
Text.Upper
Value.FromText
Time
Type
Uri
Values
Powered By GitBook

Text.At

Text.At

Returns the character at the specified position.
function (optional text as nullable any, index as number) as nullable any

Description

Returns the character in the text value, text at position index. The first character in the text is at position 0.

Category

Text.Extraction

Examples

Find the character at position 4 in string "Hello, World".
Text.At("Hello, World", 4)
"o"
Previous
Text.AfterDelimiter
Next
Text.BeforeDelimiter
Last modified 4yr ago
Copy link
On this page
Text.At
Description
Category
Examples