-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStartWith.yml
60 lines (45 loc) · 2.17 KB
/
StartWith.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
title: Start with operator type
content:
|
# Start with operator type
The **Start with** operator is used to select all those contacts that start with the value entered in the condition input field. This means that the operator implicitly uses wildcards to match the input field with the relevant attribute values in the database.
The **Start with** operator is not case sensitive.
**Example:**
Setting the *First Name* condition to **Start with**, with *Sam* as the input field value, selects all those contacts whose first name starts with *Sam*. Contacts whose first name is, for example, Sam, Samantha or Sammy are selected.
The **Start with** operator applies to [string](../String/) data types.
See [Input field types](../InputFieldTypes/) for more about each input field.
***Next page:***
[End with](../EndWith/)
----------
## Related Pages:
- [Using data types, input fields and operators](../InputBoxOperators/)
- [Data types](../DataTypes/)
- [Operator types](../OperatorTypes/)
- [Like](../Like/)
- [Not like](../NotLike/)
- [Not equal to](../NotEqualTo/)
- [Greater than](../GreaterThan/)
- [Less than](../LessThan/)
- [Equal to or greater than](../EqualToOrGreaterThan/)
- [Equal to or less than](../EqualToOrLessThan/)
- [Between](../Between/)
- [Is null](../IsNull/)
- [Is not null](../IsNotNull/)
- [End with](../EndWith/)
- [Is date equals](../IsDateEquals/)
- [Is month equals](../IsMonthEquals/)
- [Is year equals](../IsYearEquals/)
- [Is day equals](../IsDayEquals/)
- [Input field types](../InputFieldTypes/)
- [Managing segments](../ManagingSegments/)
- [Managing plans](../ManagingPlans/)
### Also see:
- [Managing reports](../ManagingReports/)
- [Managing dashboards](../ManagingDashboards/)
- [Managing settings](../ManagingSettings/)
- [Segmentation settings](../SegmentationSettings/)
- [Local settings](../LocalSettings/)
- [Managing DND policy settings](../ManagingDND/)
### Other links:
- [Contactplan](../Home/)
- [Glossary](../Glossary/)