
Quote from Palamar on September 16, 2021, 3:07 pmDespués de utilizar varias de estas funciones en proyectos he decidido armar un plugin para compartir, aún lo estoy probando pero quería compartir una imagen de las acciones que actualmente posee y que , quien lo desee, puede sugerir alguna función específica para agregarla!.
Saludos!
ENG:
After using several of these functions in projects I have decided to build a sharing plugin, I am still testing it but I wanted to share an image of the actions that it currently has and that, whoever wishes, can suggest a specific function to add!
Greetings!
Después de utilizar varias de estas funciones en proyectos he decidido armar un plugin para compartir, aún lo estoy probando pero quería compartir una imagen de las acciones que actualmente posee y que , quien lo desee, puede sugerir alguna función específica para agregarla!.
Saludos!
ENG:
After using several of these functions in projects I have decided to build a sharing plugin, I am still testing it but I wanted to share an image of the actions that it currently has and that, whoever wishes, can suggest a specific function to add!
Greetings!
Uploaded files:
Quote from Phil78 on September 16, 2021, 7:51 pm@Palamar, Good Idea !
You could add :
StrLeft (last x characters of string)
StrRight (first x characters of string)
Thank you
@Palamar, Good Idea !
You could add :
StrLeft (last x characters of string)
StrRight (first x characters of string)
Thank you

Quote from Gustavo1973 on September 22, 2021, 5:28 am@palamar excelente plugin, hace tiempo que necesito la opcion "NumPuntoDeMiles", Felicitaciones
@palamar excelente plugin, hace tiempo que necesito la opcion "NumPuntoDeMiles", Felicitaciones

Quote from Vadim on September 22, 2021, 7:12 am@palamar
Thank you very much for developing the new plugin! To understand its commands could you give a list with a description of the commands? Just from the name of the command I can not understand what it does.
Thank you very much for developing the new plugin! To understand its commands could you give a list with a description of the commands? Just from the name of the command I can not understand what it does.

Quote from Palamar on September 22, 2021, 12:22 pmSí, claro!
- StrCapitalizar
Capitaliza un string (Ejemplo: "hola" a "Hola")
- StrRevertir
Revierte un string
- StrTruncar
Trunca un string indicando el número de caracteres (Ejemplo: "Hoy es un día soleado" a "Hoy es un día...")
- StrPalabraMasLarga
Determina el número de caracteres más largo de una palabra de un string
- NumPuntosDeMiles
Coloca puntos de miles y comas (ejemplo, 2312.12 pasa a ser 2.312,12)
- StrResaltar
Resalta un string dentro de un objeto
- StrQuitarHtml
Quita el HTML de un string. Ejemplo "<h1>Hola</h1> a "Hola"
- StrContarPalabras
Cuenta las palabras de un string determinada por los espacios
- StrEsUnNumero
Determina si la cadena es un número o texto y devuelve "Es un texto" o "Es un número" en una variable
- StrCopiarCadenaAlPortapapeles
Copia una cadena al portapapeles
- StrAgregarSeparadorPorLetra
Escribe el contenido de un string con un carácter separador ("-") entre cada uno de los caracteres del string.
ENG:
Yeah right!
- StrCapitalizar
Capitalize a string (Example: "hello" to "Hello")
- StrRevertir
Reverse a string
- StrTruncar
Truncate a string indicating the number of characters (Example: "Today is a sunny day" to "Today is a day ...")
- StrPalabraMasLarga
Determines the longest number of characters in a word in a string
- NumPuntosdeMiles
Place points in thousands and commas (example, 2312.12 becomes 2.312,12)
- StrResaltar
Highlight a string within an object
- StrRemoverHtml
Remove the HTML from a string. Example "<h1> Hello </h1> to" Hello "
- StrContarPalabras
Counts the words of a string determined by the spaces
- StrEsUnNumero
Determines if the string is a number or text and returns "Is a text" or "Is a number" in a variable
- StrCopiarCadenaAlPortapapeles
Copy a string to the clipboard
- StrAgregarSeparadorPorLetra
Writes the content of a string with a separator character ("-") between each of the characters in the string.
Sí, claro!
Capitaliza un string (Ejemplo: "hola" a "Hola")
Revierte un string
Trunca un string indicando el número de caracteres (Ejemplo: "Hoy es un día soleado" a "Hoy es un día...")
Determina el número de caracteres más largo de una palabra de un string
Coloca puntos de miles y comas (ejemplo, 2312.12 pasa a ser 2.312,12)
Resalta un string dentro de un objeto
Quita el HTML de un string. Ejemplo "<h1>Hola</h1> a "Hola"
Cuenta las palabras de un string determinada por los espacios
Determina si la cadena es un número o texto y devuelve "Es un texto" o "Es un número" en una variable
Copia una cadena al portapapeles
Escribe el contenido de un string con un carácter separador ("-") entre cada uno de los caracteres del string.
ENG:
Yeah right!
Capitalize a string (Example: "hello" to "Hello")
Reverse a string
Truncate a string indicating the number of characters (Example: "Today is a sunny day" to "Today is a day ...")
Determines the longest number of characters in a word in a string
Place points in thousands and commas (example, 2312.12 becomes 2.312,12)
Highlight a string within an object
Remove the HTML from a string. Example "<h1> Hello </h1> to" Hello "
Counts the words of a string determined by the spaces
Determines if the string is a number or text and returns "Is a text" or "Is a number" in a variable
Copy a string to the clipboard
Writes the content of a string with a separator character ("-") between each of the characters in the string.

Quote from Palamar on September 22, 2021, 2:04 pmSumadas las acciones:
- NumPuntosDeMilesFlotante
Coloca puntos de miles y comas (ejemplo, 2312.12 pasa a ser 2.312,12).
Diferencié estas acciones dejando NumPuntosDeMiles para cuando el número es entero.
- StrBorrarCaracteresAlInicio
Borra X caracteres al inicio de un String
- StrBorrarCaracteresAlFinal
Borra X caracteres al final de un String
Sumadas las acciones:
Coloca puntos de miles y comas (ejemplo, 2312.12 pasa a ser 2.312,12).
Diferencié estas acciones dejando NumPuntosDeMiles para cuando el número es entero.
Borra X caracteres al inicio de un String
Borra X caracteres al final de un String
Quote from Gustavo1973 on September 23, 2021, 12:05 am@palamar
ya se puede descargar o lo estas armando?
ya se puede descargar o lo estas armando?

Quote from Palamar on September 23, 2021, 1:28 pmNo, aún está en construcción...calculo que voy a crear un post nuevo para la descarga que va a estar disponible en mi web.
No, aún está en construcción...calculo que voy a crear un post nuevo para la descarga que va a estar disponible en mi web.