在 Open Office Calc 中限制文本长度的正则表达式
Regular Expression to limit text length in Open Office Calc
什么是与 OpenOffice Calc 兼容以将每个单元格限制为 30 个字符的正则表达式?
示例:
This is a sample text for my website.
变为:
This is a sample text for my w
如果文本在单元格 A1 中:
=LEFT(A1,30)
什么是与 OpenOffice Calc 兼容以将每个单元格限制为 30 个字符的正则表达式?
示例:
This is a sample text for my website.
变为:
This is a sample text for my w
如果文本在单元格 A1 中:
=LEFT(A1,30)